Don't always run doc tests for the root package
authorAlex Crichton <alex@alexcrichton.com>
Fri, 3 Oct 2014 01:57:33 +0000 (18:57 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 6 Oct 2014 23:04:07 +0000 (16:04 -0700)
commita9f650b02bc28bc6bdcab8441c452f70ed26a651
tree34844fdd2eeef85f779a20de3c0c83aa60f3d0d8
parentd5d8f5f787a007ef2252982f5588cf3aa9864056
Don't always run doc tests for the root package

When using `cargo test -p`, be sure to run only the doc tests for the package
actually being tested.

Closes #660
src/cargo/ops/cargo_clean.rs
src/cargo/ops/cargo_rustc/compilation.rs
src/cargo/ops/cargo_rustc/context.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/ops/cargo_test.rs
tests/test_cargo_test.rs